/* 公共样式 */
    .header1{

        /* margin-bottom: -1px; */
        /* border-bottom: 1px solid rgb(230, 230, 230); */
		    width: 100%;
    position: relative;
    z-index: 1000;
    }
.navbar[data-v-adab9aac] {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1987;
    transition: all .1s ease-out;
    box-shadow: 0 5px 10px 0 hsla(0,0%,90.6%,.5);
}	

	
    .header1 .containers{
        padding-left: 400px;
        padding-right: 120px;
    }
    .logo{
        left: 0;
        white-space: nowrap;
    }
    .logo a,
    .logoTip{
        display: inline-block;
        vertical-align: middle;
    }
    .logo a img{
        max-width: 430px;
    }
    
    .headerNav{
        text-align: right;
    }
    .headerNav li{
        margin-left: 30px;
        position: relative;
    }
    
    /* .headerNav li.active .hNav1 a::after */
    .headerNav li:hover .hNav1 a::after{
        background-color: #4f8002;
    }
    .headerNav li:first-of-type{
        margin:0;
    }
    .headerNav li a{
        font-size: 16px;
        /* border-bottom: 4px solid transparent; */
        /* box-sizing: border-box; */
    }
    .hNav1 a{
        padding: 30px 0;
        position: relative;
    }
    .hNav1 a::after{
        content:'';
        display: block;
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
        height:4px;
        background-color: transparent;
    }
    /* .headerNav li.active .hNav1 a, */
    .headerNav li:hover .hNav1 a{
        color: rgb(165, 31, 46);
    }
    
    .headerNav li:hover .hNav2{
        display: block;
        z-index: 1002;
      
    }
    .hNav2{
        display: none;
        position: absolute;
        top: 81px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -100;
        white-space: nowrap;
    }
    .headerNav li:last-of-type .hNav2,
    .headerNav li:nth-last-of-type(2) .hNav2,
    .headerNav li:nth-last-of-type(3) .hNav2{
        left: auto;
        transform: none;
        right:0;
    }
    .headerNav .hNav2 a{
        display: inline-block;
        padding: 0;
        line-height: 50px;
        white-space: nowrap;
        color: white;
        margin-right: 20px;
        font-size: 14px;
    }
    .headerNav .hNav2 a:last-of-type{
        margin-right: 0;
    }
    .headerNav .hNav2 a:hover{
        color: rgb(252, 132, 3);
    }
    .hbgLine{
        position: absolute;
        top: 81px;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #4f8002;
        z-index: 1001;
        display: none;
        /* opacity: 0; */
        /* transition: all 0.5s; */
    }
    .header3 .hbgLine{
        background-color: rgba(255, 255, 255,0.5);
    }
    .hbgLine.active{
        /* opacity: 1; */
        /* z-index: 1001; */
        display: block;
    }
    .search{
        right: 60px;
    }
    .searchShow button,
    .searchInBox button{
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
    }
    .searchShow button img{
        width: 20px;
    }
    .searchBox{
        position: absolute;
        top: 26px;
        right: -20px;
        padding-top: 26px;
        z-index: 1000;
        display: none;
    }
    .search:hover .searchBox{
        display: block;
    }
    .searchInBox{
        box-shadow: 0px 0px 10px 0px rgb(228, 228, 228);
        background-color: white;
        padding: 16px;
    }
    .searchInBox div{
        position: relative;
        padding-right: 40px;
        border: 1px solid rgb(228, 228, 228);
    }
    .searchInBox input[type="text"]{
        width: 200px;
        height: 40px;
        line-height:40px;
        -webkit-appearance: none;
        border: none;
        padding: 0px 10px;
    }
    .searchInBox input[type="submit"]{
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        -webkit-appearance: none;
        opacity: 0;
        z-index: 1009;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .searchInBox button{
        width: 40px;
        height: 40px;
        padding: 6px;
    }
    .searchInBox button img{
        display: block;
        width: 100%;
    }
    .goSearch{
        right: 0;
        cursor: pointer;
    }
    .headerLang{
        right: 0;
    }
    .headerLang a{
        display: inline-block;
    }
    .headerLang a:hover{
        color: rgb(165, 31, 46);
    }
    .headerMB{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgb(218, 218, 218);
        display: none;
    }
    .headerMBTitle{
        position: relative;
        padding: 5px 16px;
    }
    .headerMBTitle a{
        display: block;
        max-width: 40%;
    }
    .headerMBTitle a img{
        max-height: 40px;
        display: block;
    }
    .headerMBTitle button{
        background-color: transparent;
        border: none;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        border: none;
    }
    .headerMBTitle button img{
        width: 24px;
    }
    .headerMBList{
        border-top: 1px solid rgb(218, 218, 218);
        padding: 10px 40px;
        display: none;
    }
    .headerMBList ul{
        max-height: 400px;
        overflow-y: auto;
    }
    .headerMBList li {
        border-bottom: 1px solid rgb(230, 230, 230);
    }
    .headerMBList li a{
        display: block;
        padding: 8px 16px;
    }
    .headerMBList li.active .hmbNav1 a{
        color: rgb(165, 31, 46);
    }
    .hmbNav1{
        padding-right: 40px;
        position: relative;
    }
    /* .headerMBList li.active .hmbNav2{
        display: block;
    } */
    .hmbNav1 span {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: #999;
        transition: all 0.3s;
    }
    .headerMBList li.active .hmbNav1 span {
        transform: translateY(-50%) rotateZ(180deg);
    }
    .hmbNav2{
        display: none;
        border-top: 2px solid rgb(230, 230, 230);
    }
    .hmbNav2 p {
        border-bottom: 1px solid rgb(230, 230, 230);
    }
    .hmbNav2 p:last-of-type {
        border-bottom: none;
    }
    .hmbNav2 p a{
        padding-left: 40px;
    }

	
	.map2{
		width:100%;height:500px;border:#ccc solid 1px;font-size:12px;
	}
	

    footer{}
    .footer1{
        background-color: #4f8002;
        color: white;
        padding: 40px 0;
    }
    .footer1 a{
        color: white;
    }
    .footer1 h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer1 p{
        margin-bottom: 14px;
    }
    .footer1 li{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
    .footer1 li:last-of-type{
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        flex: 2;
    }
    .footer2,
    .rcFooter,
    .sColFooter{
        padding: 20px 0;
        font-size: 18px;
        text-align: center;
    }
    .fixedBox{
        position: fixed;
        top: 30%;
        right: 0;
        z-index: 99999;
        /* background-color: white; */
    }
    .fixedBox li{
        position: relative;
        margin-bottom: 4px;
        /* margin-bottom: 1px; */
    }
    .fixedBox li:last-of-type{
        margin:0;
    }
    .fixedImg{
        cursor: pointer;
        position: relative;
        z-index: 103;
    }
    .fixedImg img{
        width: 50px;
        display: block;
    } 
    .phoneText{
        font-size: 14px;
        font-weight: bold;
        color: white;
        width: 230px;
    }
    .fixedBox li:nth-of-type(3) .phoneText{
        font-size: 14px;
        padding: 16px 20px !important;
    }
    .weizhiText{
        font-weight: normal;
        font-size: 14px;
        padding: 6px 20px !important;
    }
    .phoneText p{
        /* white-space: nowrap; */
    }
    .hoverFshow.codeShows{
        right: 0px;
        padding: 20px;
        padding-right: 20px;
        /* border-radius: 6px; */
        /* background-color: white; */
        width: 210px;
        height: auto;
    }
    .codeShows img{
        width: 120px;
        height: 120px;
        display: block;
    }
    .hoverFshow{
        /* display: none; */
        right: 60px;
        background-color: #4f8002;
        padding: 13px 20px;
        /* opacity: 0; */
        /* top: 0; */
        /* transform: none; */
        top: 0;
        transform: none;
        height: 100%;
        left: 70px;
        transition: all 1s;
        /* width: 230px; */
        z-index: 100;

        /* box-shadow: 0px 0px 10px 0px rgb(221, 221, 221); */
    }
    .hoverBtns:hover .phoneText{
        left: -230px;
        /* right: 60px; */
        /* opacity: 1; */
    }
    .hoverBtns:hover .codeShows{
        left: -160px;
    }
    /* .fixedBox li:hover .hoverFshow{
        display: block;
    } */
    .inBanner{
        position: relative;
    }

    /* 列表页面导航 */
    .pageNav{
        text-align: center;
    }
    .pageNav ul,
    .pageNav_tj{
        display: inline-block;
        vertical-align: middle;
    }
    .pageNav ul{
        border: 1px solid rgb(224, 230, 237);
    }
    .pageNav li{
        border-right: 1px solid rgb(224, 230, 237);
        float: left;
    }
    .pageNav li:last-of-type{
        border-right: none;
    }
    .pageNav li a{
        display: block;
        width: 70px;
        height: 40px;
        line-height: 40px;
		margin: 5px;
    }
    .pageNav .pageNav1{
        color: rgb(153, 153, 153);
        box-sizing: border-box;
    }
    .pageNav li.active .pageNavNum,
    .pageNav .pageNavNum:hover{
        color: rgb(165, 31, 46);
        border: 1px solid rgb(165, 31, 46);
    }
    .pageNav_tj{
        margin-left: 10px;
    }

    /* 移动端页脚 */
    .mbFooter1{
        background-color: #4f8002;
        color: white;
        padding-top: 30px;
        display: none;
    }
    .mbFooter1 a{
        color: white;
    }
    .mbFooter1 li{
        border-bottom: 1px solid rgba(255, 255, 255,0.6);
        line-height: 30px;
    }
    .mbF1Nav1{
        position: relative;
        padding-right: 40px;
        line-height:40px;
    }
    .mbF1Nav1 span{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .mbFooter1 li.active .mbF1Nav1 span{
        transform: translateY(-50%) rotateZ(180deg);
    }
    .mbF1Nav2{
        border-top: 1px solid white;
        padding: 10px 0;
        display: none;
    }
/* 公共样式 */

/* 首页 */
    .main{
		margin-top: 80px;
	}
    .mbanner{}
    .mbanPagin .swiper-pagination-bullet{
        background-color: white;
        opacity: 1;
    }
    .mbanPagin .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 16px;
        background-color: rgb(165, 31, 46);
        border-radius: 10px;
    }
    .mbanNext::after,
    .mbanPrev::after{
        color: rgb(165, 31, 46);
    }
    .mbanNext{
        right: 100px;
    }
    .mbanPrev{
        left: 100px;
    }
    .mainVedio{
        margin-top:50px;
    }
    .mainVedio video{
        width: 100%;
        height: 600px;
    }
    .mTitle{
        text-align: center;
        margin-bottom: 40px;
    }
    .mTitle h4{
        font-size: 34px;
        margin-bottom: 10px;
    }
    .mTitle p{
        color: rgb(165, 31, 46);
    }
    .main1{
		background-color: #4f8002;
        color: white;
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
    }
    .main1 p:first-of-type{
        margin-bottom: 6px;
        letter-spacing: 5px;
    }
	.main1 .p1{
		font-size:24px;
	}
    .m2TextBox {
        position: relative;
        /* background-color: rgb(165, 31, 46); */
    }
	@media (min-width: 1200px){
    .main2{
        margin: 60px 0;
		height: 720px;
    }
	
	.contactUs2{
		display:none;
	}
	
	}
    /* .main2Ban .swiper-slide:nth-of-type(2n) .m2TextBox{
        background-color: rgb(125, 128, 130);
    }
    .main2Ban .swiper-slide:nth-of-type(2n-1) .m2TextBox{
        background-color: rgb(165, 31, 46);
    } */
    .main2Ban .swiper-slide .m2TextBox{
        background-color: #4f8002;
    }
    .m2Text{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px 20px;
        color: white;
    }
    .m2Text::after{
        content:'';
        display: block;
        width: 0;
        height: 0;
        border: 20px solid;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }
    /* .main2Ban .swiper-slide:nth-of-type(2n) .m2Text::after{
        border-color: rgb(125, 128, 130) transparent transparent transparent;
        bottom: -40px;
    }
    .main2Ban .swiper-slide:nth-of-type(2n-1) .m2Text::after{
        border-color: transparent transparent rgb(165, 31, 46) transparent;
        top: -40px;
    } */
    .main2Ban .swiper-slide:nth-of-type(2n) .m2Text::after{
        border-color: #4f8002 transparent transparent transparent;
        bottom: -40px;
    }
    .main2Ban .swiper-slide:nth-of-type(2n-1) .m2Text::after{
        border-color: transparent transparent #4f8002 transparent;
        top: -40px;
    }
    .m2Img{
        overflow: hidden;
    }
    .m2Img img{
        transition: all 0.5s;
    }
    .m2Img:hover img{
        transform: scale(1.2);
    }
    .m2Text h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .m2Text p{

    }
    .m2Text span{
        display: block;
        margin-top: 30px;
    }
    .m2BanBtn{
        text-align: center;
        margin-top: 50px;
    }
    .m2BanBtn .m2Prev,
    .m2BanBtn .m2Next{
        position: static;
        margin: 0;
        display: inline-block;
        top: auto;
        left:auto;
        right: auto;
        bottom: auto;
        text-align: center;
        margin: 0px 20px;
    }
    .m2BanBtn .m2Prev,
    .m2BanBtn .m2Next,
    .abHonorBan1 .abHBan1Next,
    .abHonorBan1 .abHBan1Prev{
        width: 40px;
        height: 40px;
        line-height: 36px;
        border-radius:50%;
        border: 2px solid rgb(165, 31, 46);
    }
    .m2BanBtn .m2Prev::after,
    .m2BanBtn .m2Next::after,
    .abHonorBan1 .abHBan1Next::after,
    .abHonorBan1 .abHBan1Prev::after{
        font-size: 24px;
        font-weight: bold;
        
        color: rgb(165, 31, 46);
    }
    .m2BanBtn .m2Prev::after,
    .m2BanBtn .m2Next::after{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
    }
    .m2BanBtn .m2Prev:hover,
    .m2BanBtn .m2Next:hover{
        background-color: rgb(165, 31, 46);
    }
    .m2BanBtn .m2Prev:hover::after,
    .m2BanBtn .m2Next:hover::after{
        color: white;
    }
    .main4{
        margin-top:80px;
		padding:50px;
		background: #f9f9f9;
    }
    .m4List li{
        -webkit-box-flex: 0 0 15%;
        -webkit-flex: 0 0 15%;
        flex: 0 0 15%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .m4List img{
        max-width: 100%;
    }
/* 首页 */

/* 产品中心-产品系列 */
    .product{

    }
    .productTitle{
        text-align: center;
        background-color: rgb(165, 31, 46);
        color: white;
        padding: 20px 0;
    }
    .productTitle h4{
        font-size: 28px;
        margin-top: 10px;
    }
    .productType{
        /* margin: 100px 0; */
        background-color: black;
    }
    .productType a{
        position: relative;
    }
    .productType p{
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 18px;
    }
    .productT1{
        margin-bottom: 10px;
    }
    .productT1 >div:first-of-type,
    .productT2 >div:first-of-type,
    .productT2 >div >div:first-of-type{
        padding-right: 5px;
    }
    .productT1 >div:nth-of-type(2),
    .productT2 >div:nth-of-type(2),
    .productT2 >div >div:nth-of-type(2){
        padding-left: 5px;
    }
    .productT1 >div:nth-of-type(2){
        padding-right: 5px;
    }
    .productT1 >div:nth-of-type(3){
        padding-left: 5px;
    }
    .product_yanfa{
        margin: 100px 0;
    }
    .proYFTitle {
        font-size: 26px;
        position: relative;
        margin-bottom: 30px;
    }
    .proYFTitle span{
        background-color: white;
        padding-right: 16px;
        position: relative;
        z-index: 10;
        color: rgb(51, 51, 51);
    }
    .proYFTitle::after{
        content:'';
        position: absolute;
        top: 50%;
        left:0;
        width: 100%;
        transform: translateY(-50%);
        height: 1px;
        background-color: black;
    }
    .proYF1Cont{
        color: rgb(51, 51, 51);
        line-height: 30px;
        margin-bottom: 60px;
    }
    .proYF2Cont li{
        background-color: rgb(245, 245, 245);
        position: relative;
        margin-bottom: 20px;
    }
    .proYF2Cont li p{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        padding-left: 200px;
        font-size: 16px;
        font-weight: bold;
        color: rgb(102, 102, 102);
    }
    .proLisLeft{
        width: 250px;
    }
    .proLisLeft h4{
        font-size: 18px;
        background-color: rgb(165, 31, 46);
        color: white;
        padding: 30px 40px;
    }
    .proLisLeft li{
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-right: 20px;
        position: relative;
    }
    .proLisLeft li::after{
        content:'';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: transparent;
    }
    .proLisLeft li:hover::after{
        background-color: rgb(165, 31, 46);
    }
    .proLisLeft li:hover a,
    .proLisLeft li.active a{
        color: rgb(165, 31, 46);
    }
    .proLisLeft a{
        display: block;
        padding: 20px 30px;
        font-size: 16px;
    }
    .proLisRight{
        overflow: hidden;
        padding-left: 50px;
    }
    .proListCont {
        padding: 20px;
        text-align: center;
    }
    .proListCont h4{
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .proLisRList ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .proLisRList li{
        margin-bottom: 20px;
        -webkit-box-flex: 0 0 23%;
        -webkit-flex: 0 0 23%;
        flex: 0 0 23%;
    }
    .proLisRList a{
        background-color: rgb(245, 245, 245);
        cursor: default;
    }
    .proLisRList a:hover h4{
        color: rgb(165, 31, 46);
    }
    .productPageNav {
        margin-bottom: 20px;
    }
    .productPageNav ul{
        position: relative;
        text-align: right;
    }
    .productPageNav ul::before{
        content:'';
        display: inline-block;
        width: 18px;
        height: 18px;
        background:url('../image/dw.png') no-repeat center center/contain;
        vertical-align: middle;
    }
    .productPageNav li{
        position: relative;
    }
    .productPageNav li::after{
        content:'-';
        display: inline-block;
        vertical-align: middle;
        transform: translateY(-2px);
    }
    .productPageNav li:last-of-type::after{
        display: none;
    }
    .productPageNav li a{
        display: inline-block;
        font-size: 16px;
    }
/* 产品中心-产品系列 */


/* 关于我们 */
    .inMainNav{
        background-color: rgb(230, 230, 230);
    }
    .inMainNav li{
        margin-right: 60px;
    }
    .inMainNav li a{
        font-size: 18px;
        padding: 30px 0;
        color: rgb(72, 81, 87);
        position: relative;
    }
    .inMainNav li a::after{
        content:'';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        height: 3px;
        background-color: transparent;
        transition: all 0.3s;
    }
    .inMainNav li.active a::after,
    .inMainNav li a:hover::after{
        background-color: rgb(165, 31, 46);
        width: 100%;
        left: 0;
    }
    .inMainTitle{
        text-align: center;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .inMainTitle h4{
        font-size: 34px;
        color: rgb(72, 81, 87);
        margin-bottom: 6px;
    }
    .inMainTitle p{
        font-size: 14px;
        color: rgb(165, 31, 46);
    }

    .aboutCont1{
        font-size: 18px;
        color: rgb(72, 81, 87);
        line-height: 30px;
        padding: 1px 0px 60px;
    }
    .aboutCont2{
        padding-bottom: 60px;
    }
    .aboutCont2 ul{
        text-align: center;
        margin-bottom: 30px;
    }
    .aboutCont2 li{
        padding: 40px;
    }
    .aboutCont2 li:first-of-type{
        border-left: 1px solid rgb(204, 204, 204);
    }
    .aboutCont2 li:nth-of-type(2){
        border-left: 1px solid rgb(204, 204, 204);
        border-right: 1px solid rgb(204, 204, 204);
    }
    .aboutCont2 li:last-of-type{
        border-right: 1px solid rgb(204, 204, 204);
    }
    .aboutCont2 li h4{
        font-size: 40px;
        color: rgb(165, 31, 46);
        margin-bottom: 6px;
    }
    .aboutCont2 li h4 span{
        font-size: 16px;
        color: rgb(72, 81, 87);
    }
    .aboutCont2 li p{
        font-size:16px;
        color: rgb(72, 81, 87);
    }
    .abFzlc{
        max-width: 800px;
        margin: 0 auto 60px;
    }
    .ab_honor{
        padding: 0 10%;
        margin-bottom:60px;
    }
    .abHonorBan1{
        position: relative;
        padding: 0px 80px;
        text-align: center;
    }
    .abHonorImg {
        /* margin-bottom: 10px; */
    }
    .abHonorBan1 p{
        font-size: 16px;
        margin-top: 10px;
    }
    .abYs1Box{
        position: relative;
    }
    .abYs1Box >div{
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        font-size: 24px;
        color: rgb(165, 31, 46);
        text-align: center;
    }
    .abYoushi1{
        margin-bottom: 60px;
    }
    .abYoushi1 ul{
        margin: 0px -10px;
    }
    .abYoushi1 li{
        padding: 0px 10px;
    }
    .abYsBan{
        padding: 0px 30px;
    }
    .ab_wenhua{
        margin: 100px 0px;
        color: rgb(165, 31, 46);
    }
    .abWh1{
        margin-bottom: 20px;
    }
    .abWh1 h4{
        font-size: 24px;
        margin: 10px 0;
    }
    .abWh1 p{
        font-size: 18px;
    }
    
    .abfzlcBox{
        margin-top: 50px;
        padding: 0px 5%;
    }
    .abfzlcBox >h4{
        font-size: 22px;
        padding-left: 50px;
        margin-bottom: 20px;
    }
    .abfzlcCont p{
        line-height: 24px;
        position: relative;
        padding-left: 10px;
    }
    .abfzlcCont p::after{
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        /* transform: translateY(-50%); */
        width: 3px;
        height: 3px;
        background-color: rgb(165, 31, 46);
        border-radius: 50%;
    }
    .abfzlcBox >ul{
        position: relative;
    }
    .abfzlcBox >ul::after{
        content:'';
        display: block;
        width: 1px;
        height: 100%;
        background-color: rgb(165, 31, 46);
        position: absolute;
        top: 0;
        left: 50%;
    }
    .abfzlc_img{
        text-align: center;
        margin-top: 30px;
    }
    .abfzlcCont{
        display: inline-block;
        width: 50%;
        text-align: left;
        padding: 0px 50px;
        position: relative;
    }
    .abfzlcBox >ul >li{
        position: relative;
    }
    .abfzlcBox >ul >li::after{
        content:'';
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgb(165, 31, 46);
    }
    .abfzlcCont >h4{
        font-size: 45px;
        color: rgb(165, 31, 46);
        margin-bottom: 10px;
    }
    .abfzlcNum{
        color: rgb(165, 31, 46);
    }
    .abfzlcBox >ul >li:nth-of-type(2n){
        text-align: right;
    }
	
	
.headImgBox[data-v-6ac01ecd] {
    position: relative;
    margin-top: 20px;
    height: 560px;
    left: -40px;
}



.headImgBox .grey[data-v-6ac01ecd] {
	transform: rotate(45deg);
	position: absolute;
	top: -200px;
	background: #d8d8d8
}

.headImgBox .grey1[data-v-6ac01ecd] {
	width: 21px;
	height: 21px;
	top: 78px;
	left: 238px
}

.headImgBox .grey2[data-v-6ac01ecd] {
	width: 69px;
	height: 69px;
	top: 122px;
	left: 655px
}

.headImgBox .grey3[data-v-6ac01ecd] {
	width: 41px;
	height: 41px;
	top: 196px;
	left: 271px
}

.headImgBox .grey4[data-v-6ac01ecd] {
	width: 47px;
	height: 47px;
	top: 367px;
	left: 440px
}

.headImgBox .grey5[data-v-6ac01ecd] {
	width: 41px;
	height: 41px;
	top: 292px;
	left: 1073px
}

.headImgBox .grey6[data-v-6ac01ecd] {
	width: 21px;
	height: 21px;
	top: 320px;
	left: 1139px
}

.headImgBox .head[data-v-6ac01ecd] {
	position: absolute
}

.headImgBox .head img[data-v-6ac01ecd] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(45deg)
}

.headImgBox .head .bg[data-v-6ac01ecd] {
	opacity: 0;
	background: #000;
	transform: rotate(45deg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

.headImgBox .head .text[data-v-6ac01ecd] {
	display: none;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	right: 0;
	bottom: 20px;
	font-size: 18px;
	z-index: 10
}

.headImgBox .head[data-v-6ac01ecd]:hover {
	transform: scale(1.1);
	transition: all .6s
}

.headImgBox .head:hover .bg[data-v-6ac01ecd] {
	opacity: .5;
	transition: all .6s
}

.headImgBox .head:hover .text[data-v-6ac01ecd] {
	display: inline-block
}

.headImgBox .head:hover .jobTitle[data-v-6ac01ecd] {
	opacity: 1
}

.headImgBox .head .jobTitle[data-v-6ac01ecd] {
	opacity: 0;
	font-size: 12px;
	position: absolute;
	bottom: 6px;
	color: #fff;
	width: 92px;
	left: 50%;
	z-index: 10;
	margin-left: -46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.headImgBox .head0[data-v-6ac01ecd] {
	width: 114px;
	height: 114px;
	left: 274px;
	top: 71px
}

.headImgBox .head0 .text[data-v-6ac01ecd] {
	font-size: 16px
}

.headImgBox .head1[data-v-6ac01ecd] {
	width: 240px;
	height: 240px;
	left: 391px;
	top: 98px
}

.headImgBox .head1 .text[data-v-6ac01ecd] {
	font-size: 20px
}

.headImgBox .head2[data-v-6ac01ecd] {
	width: 177px;
	height: 177px;
	left: 732px;
	top: 131px
}

.headImgBox .head3[data-v-6ac01ecd] {
	width: 135px;
	height: 135px;
	left: 888px;
	top: 49px
}

.headImgBox .head4[data-v-6ac01ecd] {
	width: 176px;
	height: 176px;
	left: 242px;
	top: 263px
}

.headImgBox .head5[data-v-6ac01ecd] {
	width: 176px;
	height: 176px;
	left: 599px;
	top: 266px
}

.headImgBox .head6[data-v-6ac01ecd] {
	width: 176px;
	height: 176px;
	left: 868px;
	top: 265px
}

.headImgBox .head7[data-v-6ac01ecd] {
	width: 114px;
	height: 114px;
	left: 988px;
	top: 162px
}

.headImgBox .head7 .text[data-v-6ac01ecd] {
	font-size: 16px
}	
	
    
/* 关于我们 */
/* 新闻中心 */



.title-blk h2[data-v-6ac01ecd] {
    font-size: 36px;
    color: #222;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
}

.title-blk blk[data-v-6ac01ecd] {
    background: #fff;
    padding: 70px 0 0;
}

.news-blk .container[data-v-6ac01ecd] {
    
    margin: 0 auto;
}


@media (min-width: 1200px){
.news-blk .list[data-v-6ac01ecd] {
    padding-top: 1px;
    display: flex;
    justify-content: center;
}
}

.news-blk .list .unit[data-v-6ac01ecd] {
    width: 418px;
	height: 540px;
    margin-right: 15px;
    float: left;
    background-color: #fff;
    box-shadow: 0 5px 11px 0 hsla(0,0%,90.2%,.5);
}


.news-blk .list .unit .news-img-blk[data-v-6ac01ecd] {
    display: inline-block;
    width: 100%;
    height: 268px;
    position: relative;
    overflow: hidden;
}

.news-blk .list .unit .news-img-blk img[data-v-6ac01ecd] {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.wz-fl {
    float: left;
}


.news-blk .list .unit .content[data-v-6ac01ecd] {
    padding: 24px;
}

.news-blk .list .unit .content h3[data-v-6ac01ecd] {
    margin-bottom: 16px;
    font-size: 24px;
    color: #222;
    letter-spacing: 0;
    text-align: justify;
}
.news-blk .list .unit .content .abstract[data-v-6ac01ecd] {
    margin-bottom: 30px;
    font-size: 15px;
    color: #777;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}

.news-blk .lookBtn1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}


.news-blk .lookBtn[data-v-6ac01ecd] {

    width: 110px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    color: #4f8002;
    margin: auto;
    font-size: 16px;
    display: inline-block;
    border-radius: 20px;
}






    .ab_news1{
        margin: 50px 0px 100px;
    }
    .abnews2Box{}
/*     .abnews2Box li:first-of-type{
        margin-bottom: 30px;
    }
	*/
    .abnews2Box a{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .abnews2Img{
        width: 280px;
    }
.abnews2Box li{
        margin-bottom: 30px;
    }	
.abnews2Img img {
	 width: 280px;
	 height:200px;
    vertical-align: middle;
    border-style: none;
}	
    .abnews2Cont {
        padding-left: 60px;
        color: rgb(72, 81, 87);
    }
    .abnews2Cont h4{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .abnews2Cont >p{
        color: rgb(196, 196, 196);
    }
    .abnews2Cont div{
        margin-top: 30px;
    }
    .abnews2Cont div i{
        font-size: 20px;
        color: rgb(165, 31, 46);
    }
    .abnews2Cont div span{
        display: block;
        margin-top: 20px;
    }
    .newsDTTitle{
        text-align: center;
        margin-bottom: 30px;
    }
    .newsDTTitle h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .newsDTTitle p{
        color: rgb(153, 153, 153);
    }
    .newsDtCont{
        font-size: 16px;
        line-height: 30px;
    }
    .newsOthers{
        border: 1px solid rgb(230, 230, 230);
        padding: 16px 20px;
        margin-top: 50px;
    }
    .newsOthers .flex1{
        padding: 0px 10px;
    }
    .newsOthers .flex1:nth-of-type(2){
        text-align: right;
    }
    .newsOthers a{
        color: rgb(99, 99, 99);
    }
    .newsOthers a i{
        color: black;
    }
/* 新闻中心 */
/* 产品中心 */
    .product_ab{
        /* font-size: 16px; */
        /* line-height: 30px; */
        /* color: rgb(72, 81, 87); */
        margin: 60px 0px 100px;
    }
    .product_xl{
        margin: 60px 0 100px;
    }
    .pro_abTitle{
        text-align: center;
    }
    .pro_abTitle h4{
        font-size: 60px;
        color: rgb(165, 31, 46);
        font-weight: bold;
    }
    .pro_abTitle span{
        display: block;
        width: 1px;
        height: 40px;
        background-color: rgb(230, 230, 230);
        margin: 40px auto 0;
    }
    .proabNav{
        position: relative;

    }
    .proabNav::before{
        content:'';
        display: none;
        width: 75%;
        height: 1px;
        background-color: rgb(230, 230, 230);
        margin: 0 auto;
    }
    .proabNav::after{
        content:'';
        display: none;
        width: 100%;
        height: 1px;
        background-color: rgb(230, 230, 230);
        /* margin-top: 40px; */
    }
    .proabNav li{
        position: relative;
        padding-top: 40px;
        
        padding-bottom: 40px;
    }
    .proabNav li::before{
        content:'';
        display: none;
        width: 1px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: rgb(230, 230, 230);
    }
    .proabNav li::after{
        content:'';
        display: none;
        position: absolute;
        bottom: -15px;
        left: 50%;
        width: 30px;
        height: 30px;
        border: 1px solid rgb(230, 230, 230);
        border-bottom: none;
        border-right: none;
        transform: translateX(-50%) rotateZ(45deg);
        background-color: white;
        z-index: 10;
        display: none;
    }
    .proabNav li.active::after{
        /* display: block; */
    }
    .proabNImg{
        max-width: 80%;
        margin: 0 auto;
        cursor: pointer;
    }
    .proabCont{
        margin-top: 80px;
        padding: 0px 10%;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
    }
    .proabCont li{
        display: none;
    }
    .proabCont li.active{
        display: block;
    }
/* 产品中心 */
/* 人才发展 */
    .rencaifz{
        margin: 60px 0 100px;
    }
/* 人才发展 */

/* 人才中心 */
    /* .header2,说 */
    .rcFooter{
        background-color: rgb(165, 31, 46);
        color: white;
    }
    .header2 a{
        /* color: white; */
    }
    /* .header2 .logoTip {
        border-left: 1px solid white;
    } */
    .rencaiBan img{
        width: 100%;
    }
    .rcctBox{
        padding: 20px 0;
        background-color: rgb(238, 238, 238);
    }
    .rcctLeft{
        position: relative;
        padding-left: 110px;
        min-height: 100px;
        padding-top: 36px;
    }
    .rcctLeft img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
    }
    .rcctLeft p{
        font-weight: bold;
    }
    .rcctRight{
        text-align: right;
    }
    .rcctRight a{
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        text-align: left;
        padding: 20px 16px 10px;
        border-radius: 6px;
        width: 280px;
    }
    .rcctRight a h4{
        color: white;
        text-align: center;
        margin-bottom: 10px;
    }
    .rcctRight a p{
        font-weight: bold;
        font-style: italic;
    }
    .rcctRight a:first-of-type{
        background-color: rgb(1, 178, 179);
    }
    .rcctRight a:first-of-type p{
        color: rgb(3, 143, 144);
    }
    .rcctRight a:nth-of-type(2){
        background-color: rgb(234, 84, 4);
        margin-left: 20px;
    }
    .rcctRight a:nth-of-type(2) p{
        color: rgb(246, 128, 66);
    }
    .rcfzBox {
        /* font-size: 16px; */
        margin-bottom: 60px;
        line-height: 24px;
    }
    .rcfzBox h4{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .rcfzBox p{
        font-size: 20px;
        line-height: 40px;
    }

    .zpRText2{
        margin-top: 20px;
    }
    .zpRText2 p{
        color: rgb(102, 102, 102);
        line-height: 24px;
    }
/* 人才中心 */
/* 人才中心-详情 */
    .rcDtBox{
        background-color: rgb(245, 245, 245);
        padding: 80px;
    }
    .rcDtTitle{
        padding-bottom: 30px;
        border-bottom: 1px solid rgb(216, 216, 216);
        margin-bottom: 30px;
        position: relative;
    }
    .rcDtTitle h4{
        font-size: 38px;
    }
    .rcDtTitle h4 span{
        background-color: red;
        color: white;
        font-size: 24px;
        padding: 4px 10px;
        display: inline-block;
        margin: 0px 10px;
        transform: translateY(-4px);
    }
    .rcDtTitle h4 i{
        font-size: 38px;
        color: rgb(246, 128, 66);
    }
    .rcDtTitle p:first-of-type span{
        font-size: 14px;
        background-color: rgb(238, 241, 246);
        color: rgb(99, 99, 99);
        padding: 4px 20px;
        border-radius: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    .rcDtTitle p:first-of-type i{
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-left: 20px;
        color: rgb(99, 99, 99);
    }
    .rcDtTitle p:first-of-type{
        margin: 10px 0;
    }
    .rcDtTitle p:nth-of-type(2){
        font-size: 18px;
        color: rgb(99, 99, 99);
    }
    .rcDTa{
        position: absolute;
        right: 0;
    }
    .rcDTa a{
        display: block;
        padding: 14px 40px;
        background-color: rgb(165, 31, 46);
        color: white;
        font-size: 24px;
    }
    .rcDtCBox{
        margin-bottom: 30px;
        /* font-size: 18px; */
    }
    .rcDtCBox h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .rcDtCBox p{
        font-size: 16px;
        line-height: 30px;
    }
/* 人才中心-详情 */
/* 联系我们 */
/* 联系我们 */
    .contactUs1{
        margin-bottom: 50px;
    }
    .contactUs1 li{
        padding: 0px 15px;
    }
    .cUs1Box{
       /* height: 100%;*/
        border: 1px solid rgb(230, 230, 230);
        text-align: center;
        padding: 50px;
    }
    .cUs1Box >img{
        max-width: 100px;
    }
    .cUs1Box h4{
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
        color: rgb(72, 81, 87);
    }
    .cUs1Box p{
        font-size: 18px;
        color: rgb(0, 104, 183);
    }
    .cUsMap{
        height: 500px;
    }
/* 校园招聘 */
    .shehui_zhaopin{

    }
    .zhaopinBg >h4{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .zpSearch{
        position: relative;
        padding-left: 60px;
        padding-right: 150px;
        border: 1px solid rgb(165, 31, 46);
    }
    .zpSearch img{
        left: 20px;
        width: 26px;
    }
    .zpSearch input{
        border: none;
        background-color: transparent;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .zpSearch input[type="text"]{
        width: 100%;
        
    }
    .zpSearch input[type="submit"]{
        right: 0;
        height: 100%;
        background-color: rgb(165, 31, 46);
        color: white;
        width: 150px;
        text-align: center;
        cursor: pointer;
    }
    .zpTypes{
        margin-top: 40px;
    }
    .zpTypeBox{
        position: relative;
        padding-left: 110px;
        padding-right: 80px;
        margin-bottom: 20px;
    }
    .zpTypeBox:last-of-type{
        margin-bottom: 0;
    }
    .zpTypeBox >span{
        left: 0;
        top: 4px;
        transform: none;
        font-size: 16px;
        color: rgb(102, 102, 102);
        width: 100px;
    }
    .zpMore{
        right: 0;
        color: rgb(102, 102, 102);
        font-size: 16px;
        cursor: pointer;
        top: 4px;
        transform: none;
    }
    .zpTypeBox.active .zpTypeList{
        height: auto;
        overflow: visible;
    }
    .zpTypeList{
        min-height: 28px;
        height: 28px;
        overflow: hidden;
    }
    .zpTypeList a{
        display: inline-block;
        padding: 2px 14px;
        border-radius: 40px;
        background-color: rgb(229, 239, 253);
        margin: 0px 5px;
        margin-bottom: 10px;
        font-size: 18px;
        color: rgb(102, 102, 102);
    }
    .zpTypeList a.active,
    .zpTypeList a:hover{
        color: white;
        background-color: rgb(165, 31, 46);
    }
    .zpMore span{
        font-size: 14px;
    }
    .zpline{
        height: 20px;
        background-color: rgb(248, 248, 248);
        margin: 30px 0;
    }
    .zhaopinBg{
        background-color: rgb(248, 248, 248);
        padding: 30px 40px;
        margin-bottom: 20px;
    }
	.zhaopinBg img{
		width:100%;
		
	}
	
	
	
    .zpList li{
        padding: 30px 40px;
        /* border-bottom: 1px solid rgb(238, 238, 238); */
        background-color: rgb(248, 248, 248);
        margin-bottom: 10px;
    }
    .zpListL h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .zpListL h4 a{
        /* color: rgb(102, 102, 102); */
    }
    .zpListL h4 span{
        font-size: 16px;
        padding: 0px 2px;
        background-color: red;
        color: white;
        margin-left: 6px;
    }
    .zpListL p span{
        color: rgb(102, 102, 102);
        position: relative;
        padding-right: 14px;
        margin-right: 10px;
    }
    .zpListL p span::after{
        content:'';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background-color: rgb(229, 229, 229);
    }
    .zpListL p span:last-of-type::after{
        display: none;
    }
    .rc_zhaopin{
        margin: 60px 0px 100px;
    }
    .zpListR{
        text-align: right;
    }
    .zpListR h4{
        font-size: 24px;
        /* color: rgb(246, 128, 66); */
        color: red;
        margin-bottom: 10px;
    }
    .zpListR p{
        color: rgb(153, 153, 153);
    }
/* 校园招聘 */

@media (max-width: 1500px){
    .headerNav li{
        margin-left: 20px;
    }
    .m4List li{
        -webkit-box-flex: 0 0 14%;
        -webkit-flex: 0 0 14%;
        flex: 0 0 14%;
    }
}
@media (max-width: 1420px){
    .colRcBanner{
        top: 500px;
    }
}
@media (max-width: 1300px){
    .headerNav li{
        margin-left: 10px;
    }
}


/*
移动css
*/
@media (max-width: 1200px){
    body{
        padding-top: 50px;
    }
    .header1{
        display: none;
    }
	
	
	

	.main {
    margin-top: 1px;
}	
 .main1{
	 display: none;
 }
 .aboutCont2{
	 display:none;
 }
.abnews2Cont div {
    margin-top: 30px;
	display:none;
}
 .abnews2Cont p{
	display:none;
}
 .inMainNav {
	 display:none;
}
.abnews2Img {
    width: 100%;
} 
.abstract{
	display:none;
}





    .aboutCont3{
        padding-bottom: 60px;
    }
    .aboutCont3 ul{
        text-align: center;
        margin-bottom: 30px;
    }
    .aboutCont3 li{
        padding: 40px;
    }
    .aboutCont3 li:first-of-type{
        border-left: 1px solid rgb(204, 204, 204);
    }
    .aboutCont3 li:nth-of-type(2){
        border-left: 1px solid rgb(204, 204, 204);
        border-right: 1px solid rgb(204, 204, 204);
    }
    .aboutCont3 li:last-of-type{
        border-right: 1px solid rgb(204, 204, 204);
    }
    .aboutCont3 li h4{
        font-size: 40px;
        color: rgb(165, 31, 46);
        margin-bottom: 6px;
    }
    .aboutCont3 li h4 span{
        font-size: 16px;
        color: rgb(72, 81, 87);
    }
    .aboutCont3 li p{
        font-size:16px;
        color: rgb(72, 81, 87);
    }





















.news-blk .list .unit .content h3[data-v-6ac01ecd] {
    margin-bottom: 16px;
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
    text-align: justify;
}


.news-blk .list[data-v-6ac01ecd] {
    padding-top: 1px;

    justify-content: center;
}

.news-blk .lookBtn[data-v-6ac01ecd] {
	margin-top: 50px;
    width: 110px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    color: #316afd;
    /* margin: auto; */
    font-size: 16px;
    /* display: inline-block; */
    border-radius: 20px;
}




.responseImg4 img {
width: 100%;
}




.abnews2Img img {
    width: 100%;

    vertical-align: middle;
    border-style: none;
}
 ul.licss li {
    width: 100%;
    text-indent: 10px;
    height: 280px;
    padding: 25px;
}
 
.news-blk .list .unit[data-v-6ac01ecd] {
    width: 100%;
	height: 380px;
    margin-right: 15px;
    float: left;
    background-color: #fff;
    box-shadow: 0 5px 11px 0 hsla(0,0%,90.2%,.5);
} 
 
 .news-blk .list .unit .news-img-blk[data-v-6ac01ecd] {
   
    width: 100%;
    height: 268px;
    position: relative;
    overflow: hidden;
}
 
 
 
 
 
.navbar[data-v-adab9aac] {
    width: 100%;
    height: 1px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1987;
    transition: all .1s ease-out;
    box-shadow: 0 5px 10px 0 hsla(0,0%,90.6%,.5);
}
.headerMBTitle a img {
    height: 28px;
    display: block;
}
.headerMBTitle {
    position: relative;
    padding: 11px 16px;
}
	.map2{
	    width:100%;height:250px;border:#ccc solid 1px;font-size:12px;
	}



    .headerMB,
    .mbFooter1{
        display: block;
    }
    
    .fixedBox{
        top: auto;
        bottom: 20%;
    }
    .main1{
        padding: 16px 0;
    }
    .main1 p:first-of-type{
        letter-spacing: 3px;
    }
    .main2{
        margin: 30px 0;
    }
    .mTitle h4{
        font-size: 18px;
    }
	.mTitle p {
	 font-size: 12px;	
    color: rgb(165, 31, 46);
	line-height: 5px;
}
    .mTitle{
        margin-bottom: 20px;
    }
    .m2Text h4{
        font-size: 18px;
    }
    .m2Text span{
        margin-top: 20px;
    }
    
    .m4List li {
        -webkit-box-flex: 0 0 45%;
        -webkit-flex: 0 0 45%;
        flex: 0 0 45%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .main4{
        margin-top: 30px;
    }
    .footer1 li{
        display: none;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1 ul{
        display: block;
    }
    .footer1 li:last-of-type{
        display: block;
    }
    .footer1 h4{
        margin-bottom: 20px;
    }
    .footer1 p{
        margin-bottom: 6px;
    }
    .footer2, .rcFooter, .sColFooter{
        font-size: 12px;
        padding: 10px 0;
    }
    .inMainNav ul{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .inMainNav li{
        margin-right: 20px;
    }
    .inMainNav li a{
        padding: 16px 0;
        font-size: 16px;
    }
    .inMainTitle{
        margin: 10px 0px;
    }
	.inMainTitle p {
    font-size: 12px;
    color: rgb(165, 31, 46);
	line-height: 5px;
}
    .inMainTitle h4{
        font-size: 18px;
    }
    .aboutCont2 li{
        padding: 10px;
    }
    .aboutCont2 li h4{
        font-size: 24px;
    }
    .aboutCont2 li h4 span{
        font-size: 14px;
    }
    .aboutCont2 li p{
        font-size: 14px;
    }
    .aboutCont2 ul{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .aboutCont2 li:first-of-type{
        border: none;
    }
    .aboutCont2 li:nth-of-type(2){
        border: none;
    }
    .aboutCont2 li:last-of-type{
        border: none;
    }
    .aboutCont2{
        margin-top: 30px;
    }
    .ab_honor{
        padding: 0;
    }
    .inmt610,
    .ab_wenhua{
        margin: 30px 0px 50px;
    }
    .abYsBan{
        padding: 0;
    }
    .abYoushi1 ul,
    .abWhList ul{
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .abYoushi1 li,
    .abWhList li{
        display: inline-block;
    }
    .abWhList li{
        padding: 0px 20px;
    }
    .abWhList li{
        vertical-align: top;
        width: 220px;
        margin-right: 20px;
    }
    .abWhList li:last-of-type{
        margin-right: 0;
    }

    
    .abfzlcBox >ul >li:nth-of-type(2n){
        text-align: left;
    }
    .abfzlcBox >ul::after{
        left: 0;
        transform: none;
    }
    .abfzlcBox >ul >li::after{
        left: -5px;
        transform: none;
    }
    .abfzlcBox >h4{
        margin-bottom: 10px;
    }
    .abfzlcCont{
        width: 100%;

    }
    .abfzlcCont >h4{
        font-size: 28px;
    }
    .abfzlcBox >ul >li{
        margin-bottom: 20px;
    }
    .abfzlcBox >ul >li:last-of-type{
        margin-bottom: 0;
    }
    
    
    .mtb80{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .rcctRight{
        text-align: center;
    }
    .rcctRight a:nth-of-type(2){
        margin: 0;
        margin-top: 20px;
    }
    .rcctBox .flexbox .flex1:first-of-type{
    }
    .rcctLeft{
        width: 280px;
        margin: 0 auto 20px;
    }
    .rcctBox{
        padding: 50px 0;
    }
    
    .productType{
        margin: 50px 0;
    }
    .productT2 {
        display: block;
    }
    .productT2 >div:first-of-type{
        margin-bottom: 10px;
    }
    .productType p{
        font-size: 14px;
    }
    
    .product_list {
        display: block;
    }
    .proLisLeft{
        width: 100%;
        margin-bottom: 30px;
    }
    .proLisRight{
        padding: 0;
    }
    .proLisRList li{
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-shrink: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        flex-grow: 0;
        -webkit-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .proLisLeft h4,
    .proLisLeft a{
        padding: 14px 30px;
    }
    .fixedImg img{
        width: 40px;
    }
    .hoverFshow{
        padding: 14px;
        height: auto;
    }
    .phoneText{
        font-size: 14px;
    }
    .codeShows{
        width: 178px;
    }
    .hoverBtns:hover .codeShows{
        left: -166px;
    }
    
    .abfzlc_img{
        text-align: left;
        transform: translateX(-18px);
    }
    
    .newsOthers .flexbox{
        display: block;

    }
    .newsOthers .flex1:nth-of-type(2){
        text-align: left;
        margin-top: 10px;
    }
    .newsOthers{
        padding: 10px;
        font-size: 14px;
        line-height: normal;
    }
    .newsOthers .flex1{
        padding: 0;
    }
   
    .rcContactBox >img{
        width: 100%;
    }
    .rcContactBox .flex1{
        padding: 0;
        margin-top: 30px;
    }
    .rcContactText h4{
        margin-bottom: 16px;
    }
    .rcContactText p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rcContactText{
        margin-bottom: 30px;
    }
    .rcDtBox{
        padding: 20px;
    }
    .rcDtTitle h4,
    .rcDtTitle h4 i{
        font-size: 20px;
    }
    .rcDtTitle h4 span{
        font-size: 14px;
        padding: 2px 4px;
    }
    .rcDTa{
        position: static;
        transform: none;
        margin-top: 20px;
        /* text-align: center; */
    }
    .rcDTa a{
        display:inline-block;
        font-size: 16px;
    }
    .rcDtTitle p:first-of-type i{
        font-size: 16px;
    }
    .rcfzBox h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rcfzBox p{
        font-size: 16px;
        line-height: 28px;
    }
    .rcfzBox{
        margin-bottom: 40px;
    }
    .shehui_zhaopin >h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .zpSearch img{
        left: 10px;
        width: 20px;
    }
    .zpSearch{
        padding-left: 40px;
        padding-right: 110px;
    }
    .zpSearch input{
        height: 40px;
        line-height: 40px;
    }
    .zpSearch input[type="submit"]{
        width: 100px;
    }
    .zpTypeBox{
        padding-left: 80px;
        padding-right: 0;
    }
    .zpTypeList{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .zpMore{
        display: none;
    }
    
    .zpTypeList a{
        font-size: 14px;
    }
    .zpTypeBox span{
        top: 0;
        transform: none;
        width: 80px;
        font-size: 14px;
    }
    .zpList li{
        padding: 10px 0px;
    }
    .zpListL h4{
        font-size: 18px;
    }
    .zpListR h4{
        font-size: 18px;
    }
    .zpListR p{
        font-size: 12px;
    }
    .m4List ul{
        max-height: 240px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .abnews2Cont{
        padding: 0;
        margin-top: 16px;
    }
    .abnews2Cont h4{
        font-size: 14px;
		text-align: center;
    }
    .newsDTTitle h4{
        font-size: 20px;
    }
    .zhaopinBg{
        padding: 30px 16px;
    }
    .zhaopinBg{
        padding: 30px 16px;
    }
    .zhaopinBg h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .rc_zhaopin{
        margin-top: 30px;
    }
    .rcDtCBox h4{
        font-size: 16px;
    }
    .rcDtCBox p{
        font-size: 14px;
    }
    .contactUs1 ul{
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .contactUs1 li{
        display: inline-block;
        vertical-align: top;
       width: 100%;
	   height:200px;
    }
	
	.contactUs1{
		display:none;
	}
	
    .cUs1Box{
        
        padding: 16px 0;
    }
    .cUs1Box img{
        width: 40px;
        height: 40px;
    }
    .cUs1Box h4{
        font-size: 20px;
    }
    .cUs1Box p{
        font-size: 16px;
    }
    .cUsMap{
        height: 300px;
    }
    .pro_abTitle h4{
        font-size: 24px;
    }
    .product_ab{
        margin-top: 30px;
    }
    .pro_abTitle span{
        margin: 20px auto 0;
    }
    .proabNav{
        
    }
    .proabNav ul{
        white-space: nowrap;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .proabNav::before{
        width: 100%;
    }
    .proabNav li{
        display: inline-block;
        vertical-align: middle;
        width: 150px;
    }
    .proabCont{
        margin-top: 30px;
        padding: 0px;
    }
    .proabNav li::after{
        width: 20px;
        height: 20px;
    }
    .mainVedio video{
        height: 230px;
    }
    .mbanNext{
        right: 10px;
    }
    .mbanPrev{
        left: 10px;
    }
    .mbanNext::after, .mbanPrev::after{
        font-size: 32px;
    }
    .m2Text p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
